ComponentOne ASP.NET MVC Controls
MaxSelectedItems Property

C1.Web.Mvc Namespace > MultiAutoComplete<T> Class : MaxSelectedItems Property
Gets or sets the maximum number of items that can be selected.
Syntax
'Declaration
 
Public Property MaxSelectedItems As Nullable(Of Integer)
public Nullable<int> MaxSelectedItems {get; set;}
Remarks
Setting this property to null (the default value) allows users to pick any number of items.
See Also

Reference

MultiAutoComplete<T> Class
MultiAutoComplete<T> Members